'宣言
Public Overloads Sub Sort( _
ByVal index As System.Integer, _
ByVal count As System.Integer, _
ByVal comparer As System.Collections.Generic.IComparer(Of Object) _
)
public void Sort(
System.int index,
System.int count,
System.Collections.Generic.IComparer<object> comparer
)